a:link{
	text-decoration: none;
}
a:link{
	color: #000000;
}
a:visited{
	color: #000000;
}
a:hover{
	color: rgb(245, 191, 16);
}
body{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 0px;
	background-color: #fdf9e6;
}
/*================================Id*/

/*===============================navbar*/
.hiden_menu{
	margin: 0 auto;
	text-align: center;
}
.hiden_menu img{
	display: inline-block;
	height: 32px;
	margin: auto;	
	padding: 8px 10px;
}
.hiden_menu_icon{
	margin: auto;
	padding: 8px 20px;
}
@media screen and (max-width: 414 ) {
	.hiden_menu_icon {
		padding: 8px 10px;
	}
}
@media screen and (min-width:840px) {
	.hiden_menu{
		display: none;
	}	
}
/*===============================hiden menu
*/
.nav{
	width: 100%;
	max-width: 100%;
	padding: 0px;
	margin: 0 auto;
	text-align: center;
	background-color:#EABE0A;
	display: flex;
}
.nav_logo{
	width: 25%;
	float: left;
}
.nav_logo img{
	height: 36px;
	float: right;
}
.barbox{
	margin: 0 auto;
	text-align: center;
	max-width: 1366px;
}
.barbox ul{
	width: 100%;
	list-style: none;
	margin: 0;
}
.barbox li{
	display: inline-block;
	color: #333333;
	padding: 10px 20px;
}
.barbox li:hover{
	color: rgb(0, 0, 0);
	padding: 10px 20px;
	background-color: #666666;
}
.barbox li a{
	color: #000000;
	text-align: center;
}
.barbox li a span{
	color: #666666;
	text-align: center;
}
@media screen and (max-width:840px) {
	.nav{
		display: none;
	}
	
}
/*===============================slide*/
.section{
	background-color: rgb(233, 233, 233);
	text-align: center;
	margin: auto;
	padding: 0px;
}
.section1{
	max-width: 1366px;
	display: flex;
	justify-content:space-between;
	margin: 0 auto;
}
.bannerleft{
	position: relative;
	left: 0px;
}
.bannerright{
	position: relative;
	right: 0px;
}
/*
@media screen and (max-width:1024px) {
	.bannerleft,
	.bannerright{
		display: none;
	}
	.section1{
		justify-content: start;
		left: 50%;
		margin-left: -50%;
	}
	.slideshow{
		width: 100%;
	}
	
}
*/
@media screen and (max-width:1024px) {
	.bannerleft,
	.bannerright{
		display: none;
	}
}
.slideshow{
	width: 900px;
	overflow: hidden;
}
.middle1{
	position: relative;
}
.navigation{
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;

}
.bar{
	width: 50px;
	height: 10px;
	border: 2px solid  #EABE0A;
	margin: 10px;
	cursor: pointer;
	transition: 0.4s;
}
.bar:hover{
	background:#666666;
}
input[name="r"]{
	position: absolute;
	visibility: hidden;
}

.slides{
	width: 500%;
	height: 100%;
	display: flex;
}

.slide{
	width: 20%;
	transition: 0.6s;
}
.slide img{
	width: 100%;
	height: 100%;
}

#r1:checked ~ .s1{
	margin-left: 0;
}
#r2:checked ~ .s1{
	margin-left: -20%;
}
#r3:checked ~ .s1{
	margin-left: -40%;
}
#r4:checked ~ .s1{
	margin-left: -60%;
}
#r5:checked ~ .s1{
	margin-left: -80%;
}
/* Css for automatich Slider*/

/*menu style
================================================*/
.menu_container{
	display: flex;
	margin: 10px auto;
	justify-content: center;
	max-width: 1366px;
}
.menu_col{
	width: 100%;
	display: flex;
}
.menu{
	margin: 0 auto;
	max-width: 30%;
	transition: 0.1s;
}
.menu:hover{
	margin: 0 auto;
	max-width: 31%;
}
.menu img{
	margin: 0 auto;
	width: 100%;
}
@media screen and (max-width:960px) {
	.menu_container{
		flex-direction: column;
	}
}

/*produc
===============================================*/
.header{
	width: 100%;
	background-color: #EABE0A;
	color: #000000;
	padding: 1px 0px;
}
.section2{
	width: 100%;
	max-width: 1366px;
	margin:0 auto;
	text-align: center;
}
.colums{
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	display: flex;
}
.colums_block{
	display: flex;
	width: 50%;
	justify-content: stretch;
}
.col{
	margin: 10px;
	width: 50%;
	background-color: #e9e2cb;
}
.col img{
	width: 100%;
	border-radius: 4px;
}
@media screen and (max-width:720px){
	.colums_block,
	.col{
		width: 100%;
		margin: 4px;
	}
	.colums{
		flex-direction: column;
	}
	
}
.caption{
	width: 95%;
	display: flex;
	justify-content:space-between;
	margin: 8px;
}
.title{
	font-size: 14px;
	color: rgb(7, 56, 74);
	width: 69%;
	text-align: left;
}
.caption span{
	color: rgb(255, 87, 87);
	font-size: 18px;
}
.info{
	font-size: 14px;
	color: #333333;
	float: left;
	padding-left: 10px;
	text-align: left;
}
.button{
	font-size: 14px;
	line-height: 18px;
	width: 100px;
	height: 20px;
	background-color: rgb(14, 211, 90);
	padding: 15px 0px 15px 0px;
	transition: 0.3s;
	border-radius: 5px;
}
.button:hover{
	background-color: #033602;
	border-radius: 20px;
}
@media screen and (max-width:640px) {
	.title{
		font-size: 15px;
	}
}
/*===================================contact*/
.contact{	
	text-align:left;
	padding: 0px;
	line-height: 25px;
	margin: 10px;
}
.contact li{
	margin-left: 50px;
	color:darkred;
	line-height: 30px;
	list-style:decimal-leading-zero;
}
.contact h3{	
	line-height: 25px;
	padding: 0;
}
.contact span{
	color:darkred;
	line-height: 30px;
	list-style:decimal-leading-zero;
}
.chatnow{
	max-height: 126px;
	max-width: 100%;
	background-color: rgb(231, 249, 255);
	border: solid rgba(166, 177, 180, 0.233) 0.5px ;
	text-align: center;
	display: flex;
	justify-content: center;
	transition: 0.1s;
}
.chatnow:hover{
	max-height: 126px;
	background-color:#EABE0A;
	border: solid rgb(148, 136, 27) 0.5px ;
	color: white;
}
.chatnow img{
	height: 56px;
	padding: 10px;
	vertical-align: middle;
}
.middle_box{
	margin: 0 auto;
	padding: 20px;
	width: 100%;
	max-width: 1366px;
	min-width: 320px;
	display: flex;
	justify-content:space-between;
}
/*===================pet menu*/
.container_menu_pet{
	width: 100%;
	max-width: 1366px;
	display: flex;
	justify-content:center;
	margin: auto;
}
@media screen and (max-width:720px) {
	.container_menu_pet{
		flex-direction: column;
	}
}
.menu_pet{
	min-width: 300px;
	display: flex;
	justify-content:flex-start;
	margin: 0 auto;
	text-align: center;
	margin-top: 4px;
}
.menu_pet img{
	width: 90%;
	transition: 0.2s;
}
/*
.menu_pet img:hover{
	opacity: 90%;
	width: 91%;
	border: 0.5px solid green;
	padding: 2px;
}
================================================*/
.align_bottom{
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	margin:  0 auto;
	padding: 10px;
	font-size: 12px;
}
.align_bottom img{
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
}
/* ==========================================detail post*/
.maps{
	max-width: 1366px;
	margin-left: 50px;
	padding: 10px;
	margin: 0 auto;
}
.maps a{
	padding-right: 4px;
	padding-left: 4px;
}
.detail_main{
	max-width: 1366px;
	text-align: left;
	margin: 0 auto;
	display: block;
}
.col_left{
	width: 100%;
	text-align:left;
	color:#000000;
	float: left;
	padding: 20px;
	background: rgb(241, 235, 186);
}
.col_left_text{
	width: 38%;
	float: left;
}
.col_left_img{
	display: inline-block;
	width: 60%;
}
.col_left_img img{
	width:48%;
}
.col_right{
	width: 100%;
	text-align: left;
	background-color: wheat;
	padding: 20px;
}
.col_right img{
	width: auto;
}
.sale{
	text-decoration: line-through;
	color: red;
	text-transform: uppercase;
}
.gia_sale{
	font-weight: bold;
	font-size: 18px;
	color: red;
	text-transform: uppercase;
}